home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Utilities / MathScript / Docs / History < prev    next >
Encoding:
Text File  |  1997-04-08  |  6.2 KB  |  145 lines

  1. **************************
  2. *** MathScript history ***
  3. **************************
  4.  
  5. Version 3.2, Release Date: 08.04.97
  6. -----------------------------------
  7.   - added LaTeX export feature
  8.   - it's now possible to adjust the font size for all three size levels
  9.   - updated ARexx port for new features
  10.   - fixed an installer script bug
  11.   - included example formulas
  12.   - included MagicWB imagedrawer icon (Thanks to Mario Cattaneo!)
  13.  
  14. Version 3.1, Release Date: 17.01.97
  15. -----------------------------------
  16.   Note: This is just a very minor update, as I had to take a break after 3.0! ;)
  17.   - added several keyboard shortcuts
  18.   - several new object classes: (all in the "derivatives, vectors, bars" menu)
  19.       - not class : used for negating relation symbols
  20.       - accent classes : used for creating accents
  21.       - vector class : improved look of vectors
  22.       - improved look of dot objects
  23.   - "improved" shareware requester
  24.   - some minor bug fixes and improvements
  25.  
  26. Version 3.0, Release Date: 25.09.96 (Major Update)
  27. -----------------------------------
  28.   The program has been totally rewritten, mostly from scratch.
  29.   The main difference is that it now works in a WYSIWYG manner.
  30.   No more control codes have to be used, editing is done directly
  31.   in the formula display.
  32.   Here is just a rough overview of other major changes:
  33.  
  34.   - MathScript now does not use a custom math font. Instead you can choose
  35.     any PostScript font, means Type1 and even Type3 fonts. Corresponding
  36.     AFM files are needed.
  37.  
  38.   - one can choose different fonts for the following types:
  39.     Variable, function, text, greek, symbol, number and 2 special purpose fonts.
  40.  
  41.   - Styles: Parts of a formula can be formatted differently by applying
  42.     so called styles, i.e. MathScript chooses the proper font for every part of
  43.     the formula. For example the greek style will make MathScript use the greek
  44.     font for alphabetic characters, the number font for numbers, ...
  45.     The following styles are available:
  46.     Math, Variable, Function, Greek, Text, Custom1, Custom2.
  47.  
  48.   - Function Recognition: Every part of a formula which is using the default
  49.     Math style will be scanned for a number of known function names, which
  50.     then will use the function font. E.g. typing "sinx" will make MathScript
  51.     use the function font for "sin" and the variable font for "x".
  52.  
  53.   - Clipboard: the standard clipboard operations (cut, copy and paste) for
  54.     marked blocks are implemented (using clipboard.device!)
  55.  
  56.   - Multiple rows: it is now possible to have formulas with many rows simply
  57.     by pressing the return key.
  58.  
  59.   - Better quality: the formulas are looking better now, especially brackets
  60.     and roots.
  61.  
  62.   - Advanced Online Help: MathScript has one of the most advanced online help
  63.     systems, featuring GadgetHelp, MenuHelp, BubbleHelp and QuickHelp (for every
  64.     popup menu item!)
  65.  
  66.   - MUI 3.x: MathScript will only run if at least MUI 3.1 is installed.
  67.     MUI 3.3 is recommended! It uses its advanced features like bubble help.
  68.  
  69.   - Formula Code: the old control code is not needed anymore, but it is still
  70.     supported for file and ARexx I/O, means old formula files are still valid.
  71.  
  72.   - ARexx: The ARexx port has been reworked. The Settings commands support
  73.     ARexx variables now. The new interface is mostly incompatible with the old.
  74.  
  75.   - Registration: there is a new Registration Tool handling the process of
  76.     registration.
  77.  
  78.   - Many other changes and improvements
  79.  
  80. Version 2.1, Release Date: 02.06.95
  81. -----------------------------------
  82.   - New control codes for:
  83.     - Matrices
  84.     - Over-/Underline
  85.   - Toolbar icons (8 colors like MagicWB) for the most used menu items
  86.   - Zoom of preview
  87.   - Quick Help (Gadget Help). Put the mouse pointer over a gadget and a little
  88.     help text wil be shown
  89.   - adjustable Fore-/Background color for exported formulas
  90.   - Installer script now also in German
  91.   - New ARexx commands "SetZoom" and "GetZoom", GeneralPrefs ARexx commands
  92.     support color
  93.   - ARexx script InsertFormula.ms has been improved. Now it uses the current
  94.     font color. (you may change this!)
  95.   - removed a bug in a formula interpretation function which crashed on
  96.     68000 systems
  97.   - removed a stupid bug that caused a dramatical rendering slowdown
  98.     of *very* nested formulas. Now MUCH faster!
  99.   - bug which screwed up the preview after iconification fixed
  100.   - Several minor bug fixes and improvements
  101.  
  102. Version 2.0, Release Date: 12.04.95
  103. -----------------------------------
  104.   - Needs MUI (Magic User Interface ©Stefan Stuntz). Therefore some changes
  105.     were required:
  106.     - Because MathScript is now able to have multiple copies running,
  107.       the name of the ARexx port changed. Now it is: "MathScript.1" for the
  108.       first task, "MathScript.2" for the second and so on...
  109.     - The syntax of the ARexx commands has changed, some commands
  110.       are not compatible with the previous release
  111.     - New, more convenient Selection-Gadgets (MUI custom class)
  112.     - No public screen settings, no PubScreen/K CLI parameter, use the
  113.       MUI Prefs program instead
  114.   - Offering Bitmap output facility. Thus the following two points were
  115.     made possible:
  116.     - Preview of formula
  117.     - Added support for the following export formats:
  118.       - Binary EPS (EPS + TIFF preview)
  119.       - IFF-ILBM
  120.       - TIFF
  121.   - ARexx scripts on function keys and menu items
  122.   - Settings are saved into a file instead of ToolTypes,
  123.     new menu items Load/Save_as settings
  124.   - EPS output conforms to EPSF 3.0 specifications
  125.   - EPS code is 100% Ascii. That should fix some problems that could occur
  126.     on old PostScript printers
  127.   - Fixed bug which caused brackets on the right side to appear too small
  128.     sometimes
  129.   - Online Help (AmigaGuide)
  130.   - Some new ARexx commands
  131.   - AppWindow/AppIcon support
  132.   - Double,triple,... fractions/exponents were too big/small. They look
  133.     fine now
  134.   - Formula description is included into export files. New menu item "Import"
  135.     allows you to load a formula from an export file
  136.   - The usage of the FinalWriter ARexx scripts has changed slightly.
  137.     By using the Import feature you are able to edit formulas inserted into
  138.     FinalWriter later
  139.   - Some minor changes and improvements
  140.  
  141. Version 1.0, Release Date: 19.11.94
  142. -----------------------------------
  143.   First release
  144.  
  145.